home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-08-14 | 577 b | 26 lines | [TEXT/MPS ] |
- {[j=15-/40]}
- {$R-}
-
- UNIT nbTestIntf;
-
- { This unit determines whether or not this machine can deal with NuBus cards
- that put their declaration ROM in the high part of the card’s 16M address
- space.
-
- To use, simply call CheckNuBus. If the card won’t work for some reason, an
- appropriate alert is displayed for the user, and CheckNuBus returns FALSE. If
- the card will work, then CheckNuBus returns TRUE.
-
- Link your application with nbTestLib.o. }
-
- INTERFACE
-
- USES
- {$PUSH}
- Memtypes, Quickdraw, OSIntf, ToolIntf, PackIntf;
- {$POP}
-
- FUNCTION CheckNuBus: Boolean;
-
- END.
-